home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 2-Graphics / Apple Graphics Source / Apple Graphics Source 3.0 / background_5241.txt < prev    next >
Text File  |  1990-08-07  |  6KB  |  283 lines

  1. -- background: 5241 from stack: in.0
  2. -- bmap block id: 2060
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 8 (button)
  9. -- low flags: 00
  10. -- high flags: 0002
  11. -- rect: left=5 top=75 right=337 bottom=507
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 156
  16. -- text size: 16
  17. -- style flags: 0
  18. -- line height: 21
  19. -- part name: blanket
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   doAbout false
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 19 (field)
  28. -- low flags: 81
  29. -- high flags: 0001
  30. -- rect: left=30 top=73 right=331 bottom=303
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 156
  35. -- text size: 13
  36. -- style flags: 0
  37. -- line height: 15
  38. -- part name: Legal Notice
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   setUserToggle
  42. end mouseUp
  43.  
  44.  
  45. -- part 21 (field)
  46. -- low flags: 81
  47. -- high flags: 0001
  48. -- rect: left=30 top=73 right=331 bottom=303
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 0
  52. -- font id: 156
  53. -- text size: 13
  54. -- style flags: 0
  55. -- line height: 17
  56. -- part name: About this stack
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   setUserToggle
  60. end mouseUp
  61.  
  62.  
  63. -- part 28 (field)
  64. -- low flags: 81
  65. -- high flags: 2001
  66. -- rect: left=30 top=73 right=331 bottom=303
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 0
  70. -- font id: 156
  71. -- text size: 13
  72. -- style flags: 0
  73. -- line height: 17
  74. -- part name: Credits
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   setUserToggle
  78. end mouseUp
  79.  
  80.  
  81. -- part 32 (button)
  82. -- low flags: 80
  83. -- high flags: 8000
  84. -- rect: left=371 top=190 right=206 bottom=424
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 0
  88. -- font id: 200
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: START
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   send mouseUp to bg btn "cover 4"
  96. end mouseUp
  97.  
  98.  
  99. -- part 33 (button)
  100. -- low flags: 80
  101. -- high flags: 8000
  102. -- rect: left=371 top=109 right=125 bottom=477
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 0
  106. -- font id: 200
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: About This Stack
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   send mouseUp to bg btn "cover 1"
  114. end mouseUp
  115.  
  116.  
  117.  
  118. -- part 34 (button)
  119. -- low flags: 80
  120. -- high flags: 0000
  121. -- rect: left=316 top=110 right=123 bottom=371
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 0
  125. -- font id: 200
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: Cover 1
  130. ----- HyperTalk script -----
  131. on mouseUp
  132.   if the hilite of me then setUserToggle
  133.   else
  134.     setUserToggle "about this stack"
  135.     set hilite of me to true
  136.   end if
  137. end mouseUp
  138.  
  139.  
  140. -- part 35 (button)
  141. -- low flags: 80
  142. -- high flags: 8000
  143. -- rect: left=371 top=130 right=146 bottom=477
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 0
  147. -- font id: 200
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: Legal Notice
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   send mouseUp to bg btn "cover 2"
  155. end mouseUp
  156.  
  157.  
  158.  
  159. -- part 36 (button)
  160. -- low flags: 80
  161. -- high flags: 8000
  162. -- rect: left=371 top=150 right=166 bottom=477
  163. -- title width / last selected line: 0
  164. -- icon id / first selected line: 0 / 0
  165. -- text alignment: 0
  166. -- font id: 200
  167. -- text size: 12
  168. -- style flags: 0
  169. -- line height: 16
  170. -- part name: Credits
  171. ----- HyperTalk script -----
  172. on mouseUp
  173.   send mouseUp to bg btn "cover 3"
  174. end mouseUp
  175.  
  176.  
  177.  
  178. -- part 37 (button)
  179. -- low flags: 80
  180. -- high flags: 0000
  181. -- rect: left=316 top=131 right=144 bottom=371
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 0 / 0
  184. -- text alignment: 0
  185. -- font id: 200
  186. -- text size: 12
  187. -- style flags: 0
  188. -- line height: 16
  189. -- part name: Cover 2
  190. ----- HyperTalk script -----
  191. on mouseUp
  192.   if the hilite of me then
  193.     setUserToggle
  194.     set hilite of me to false
  195.   else
  196.     setUserToggle "legal notice"
  197.     set hilite of me to true
  198.   end if
  199. end mouseUp
  200.  
  201.  
  202. -- part 38 (button)
  203. -- low flags: 80
  204. -- high flags: 0000
  205. -- rect: left=316 top=151 right=164 bottom=371
  206. -- title width / last selected line: 0
  207. -- icon id / first selected line: 0 / 0
  208. -- text alignment: 0
  209. -- font id: 200
  210. -- text size: 12
  211. -- style flags: 0
  212. -- line height: 16
  213. -- part name: Cover 3
  214. ----- HyperTalk script -----
  215. on mouseUp
  216.   if the hilite of me then setUserToggle
  217.   else
  218.     setUserToggle "credits"
  219.     set hilite of me to true
  220.   end if
  221. end mouseUp
  222.  
  223.  
  224. -- part 39 (button)
  225. -- low flags: 80
  226. -- high flags: 0000
  227. -- rect: left=315 top=190 right=206 bottom=442
  228. -- title width / last selected line: 0
  229. -- icon id / first selected line: 0 / 0
  230. -- text alignment: 0
  231. -- font id: 200
  232. -- text size: 12
  233. -- style flags: 0
  234. -- line height: 16
  235. -- part name: Cover 4
  236. ----- HyperTalk script -----
  237. on mouseUp
  238.   set cursor to watch
  239.   setCoverHilites
  240.   set hilite of me to true
  241.   hideToggleFlds
  242.   lock screen
  243.   set hilite of me to false
  244.   set lockMessages to true
  245.   go bg "the collection"
  246.   openBackground
  247.   unlock screen with visual effect wipe left
  248.   openCard
  249. end mouseUp
  250.  
  251.  
  252. -- part 42 (field)
  253. -- low flags: 01
  254. -- high flags: 0000
  255. -- rect: left=6 top=30 right=55 bottom=283
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 0
  259. -- font id: 158
  260. -- text size: 16
  261. -- style flags: 0
  262. -- line height: 21
  263. -- part name: 
  264.  
  265.  
  266. -- part 43 (button)
  267. -- low flags: 00
  268. -- high flags: 8002
  269. -- rect: left=306 top=27 right=49 bottom=467
  270. -- title width / last selected line: 0
  271. -- icon id / first selected line: 0 / 0
  272. -- text alignment: 1
  273. -- font id: 0
  274. -- text size: 12
  275. -- style flags: 0
  276. -- line height: 16
  277. -- part name: Return to graphics
  278. ----- HyperTalk script -----
  279. on mouseUp
  280.   go to bg "the collection"
  281. end mouseUp
  282.  
  283.